Work around bad GCC diagnostic in select_window
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Apr 2024 08:20:13 +0000 (01:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Apr 2024 08:26:24 +0000 (01:26 -0700)
commitaad80e1934f09b643b93aeb3bf9c1d583af6e2ec
tree42285ff7ba6a39ad53566035c628490c58801e26
parentc57a03c75e91a42c49a293a9466b087a1e1592da
Work around bad GCC diagnostic in select_window

* src/textconv.c (select_window): Add an eassume to work
around GCC bug 114893.
src/textconv.c